home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
6647
/
6647.xpi
/
chrome
/
httpfox.jar
/
content
/
HttpFoxWindow.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-04-04
|
1KB
|
32 lines
<?xml version="1.0"?>
<?xul-overlay href="chrome://httpfox/content/HttpFoxOverlay.xul"?>
<?xml-stylesheet href="chrome://global/skin/global.css"?>
<?xml-stylesheet href="chrome://HttpFox/skin/HttpFox.css"
type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="hf_Window"
title="HttpFox"
persist="screenX,screenY,width,height,sizemode"
onload="">
<commandset id="mainCommandSet" />
<!-- scripts start -->
<script type="application/x-javascript" src="chrome://httpfox/content/HttpFox.js"/>
<script type="application/x-javascript" src="chrome://httpfox/content/HttpFoxTree.js"/>
<script type="application/x-javascript" src="chrome://httpfox/content/Utils.js"/>
<!-- scripts end -->
<vbox id="appcontent" flex="1"> <!-- overlay firefox content window -->
<vbox id="hf_PanelWindow" collapsed="false" persist="height" flex="1">
<vbox id="hf_RequestList" persist="height" flex="1" />
<splitter id="hf_MiddleSplitter" persist="height"/>
<vbox id="hf_RequestDetails" persist="height" flex="1" />
</vbox>
</vbox>
</window>